-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add doc about build rpm-ostree+autosd #4849
Conversation
Hi @dougsland. Thanks for your PR. I'm waiting for a coreos member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
0d8e3ff
to
ecf0dc2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FTR I have no problem just merging this as is (it's better than not having it), but I think just a few cleanups would help.
The other really popular thing in this space besides toolbx is vscode devcontainer but it's all proprietary. |
I agree but If doesn't fit well, we can always use copy and past into |
@cgwalters I am open to do changes or improvements as you guys request, no problem at all. The next thing is do a full test against the changes from #4721 with this full environment working. |
This generally LGTM, whether this belongs in Automotive documentation or here I don't mind. Some of the techniques here are debatable, I think everyone may do a couple of these things differently. One problem we had was the rpm generated on @dougsland 's machine had a lower version than on CentOS Stream 9 (this was the goal, to just generate an rpm with a higher version than in AutoSD). So when we did final testing in an osbuild run, it wasn't getting pulled in. The final test we always do is an osbuild run because that's the way rpm-ostree sets up things in the real-world case. Although I wonder would a |
I do think a Containerfile and a simple shell script for local development to generate rpms would be helpful. |
cbeb107
to
913c445
Compare
I believe I covered all requestes @cgwalters @ericcurtin |
Myself and Eric we spend a bunch of time to create rpm-ostree RPM for later inject it into autosd image. To avoid others to spend time in such effort, here a documentation. Signed-off-by: Douglas Schilling Landgraf <[email protected]> Signed-off-by: Eric Curtin <[email protected]>
913c445
to
876143d
Compare
Myself and Eric we spend a bunch of time to create rpm-ostree RPM for later inject it into autosd image. To avoid others to spend time in such effort, here a documentation.